home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / python2.4 / test / test_future2.pyo (.txt) < prev    next >
Python Compiled Bytecode  |  2005-10-18  |  532b  |  16 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.4)
  3.  
  4. '''This is a test'''
  5. from __future__ import nested_scopes
  6. import string
  7.  
  8. def f(x):
  9.     
  10.     def g(y):
  11.         return x + y
  12.  
  13.     return g
  14.  
  15. result = f(2)(4)
  16.